misc: clippy fixes
This commit is contained in:
@@ -7,6 +7,7 @@ default-run = "emulator"
|
||||
[lib]
|
||||
name = "dsa_rs"
|
||||
path = "src/lib.rs"
|
||||
type = "cdylib"
|
||||
|
||||
[[bin]]
|
||||
name = "emulator"
|
||||
@@ -23,6 +24,7 @@ dirs = "6.0.0"
|
||||
discord-presence = { version = "1.6.0", optional = true }
|
||||
toml = { version = "0.8.23", optional = true }
|
||||
serde = { version = "1.0.219", features = ["derive"], optional = true }
|
||||
winit = { version = "0.30.11", features = ["android-native-activity"] }
|
||||
|
||||
[features]
|
||||
default = ["config"]
|
||||
|
||||
Reference in New Issue
Block a user