mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-02-04 06:08:43 +02:00
Fix editorconfig issues
This commit is contained in:
parent
b794191fb9
commit
fe6b28a4cd
@ -203,7 +203,7 @@ See also [crates matching keyword 'emulator'](https://crates.io/keywords/emulato
|
|||||||
* Gameboy Advance
|
* Gameboy Advance
|
||||||
* [michelhe/rustboyadvance-ng](https://github.com/michelhe/rustboyadvance-ng) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and [WebAssembly](https://michelhe.github.io/rustboyadvance-ng/) support. [![build badge](https://github.com/michelhe/rustboyadvance-ng/workflows/Deploy/badge.svg?branch=master)](https://github.com/michelhe/rustboyadvance-ng/actions?query=workflow%3ADeploy)
|
* [michelhe/rustboyadvance-ng](https://github.com/michelhe/rustboyadvance-ng) - RustboyAdvance-ng is a Gameboy Advance emulator with desktop, android and [WebAssembly](https://michelhe.github.io/rustboyadvance-ng/) support. [![build badge](https://github.com/michelhe/rustboyadvance-ng/workflows/Deploy/badge.svg?branch=master)](https://github.com/michelhe/rustboyadvance-ng/actions?query=workflow%3ADeploy)
|
||||||
* Intel 8080 CPU
|
* Intel 8080 CPU
|
||||||
* [mohanson/i8080](https://github.com/mohanson/i8080) — Intel 8080 cpu emulator by Rust
|
* [mohanson/i8080](https://github.com/mohanson/i8080) — Intel 8080 cpu emulator by Rust
|
||||||
* NES
|
* NES
|
||||||
* [koute/pinky](https://github.com/koute/pinky) — [![build badge](https://api.travis-ci.org/koute/pinky.svg?branch=master)](https://travis-ci.org/koute/pinky)
|
* [koute/pinky](https://github.com/koute/pinky) — [![build badge](https://api.travis-ci.org/koute/pinky.svg?branch=master)](https://travis-ci.org/koute/pinky)
|
||||||
* [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes)
|
* [pcwalton/sprocketnes](https://github.com/pcwalton/sprocketnes)
|
||||||
|
@ -27,7 +27,7 @@ fn override_stars(level: u32, text: &str) -> Option<u32> {
|
|||||||
} else if level == 3 && text.contains("Games") {
|
} else if level == 3 && text.contains("Games") {
|
||||||
Some(40)
|
Some(40)
|
||||||
} else if level == 3 && text.contains("Emulators") {
|
} else if level == 3 && text.contains("Emulators") {
|
||||||
Some(40)
|
Some(40)
|
||||||
} else {
|
} else {
|
||||||
None
|
None
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user