remove gfx feature and prevent pdb conflict

This commit is contained in:
Alula 2021-02-10 13:30:18 +01:00
parent 2ccfb06943
commit a17d3afe2d
No known key found for this signature in database
GPG Key ID: 3E00485503A1D8BA
1 changed files with 3 additions and 3 deletions

View File

@ -4,8 +4,8 @@ edition = "2018"
name = "doukutsu-rs"
version = "0.1.0"
[lib]
crate-type = ["lib", "cdylib"]
#[lib]
#crate-type = ["lib", "cdylib"]
[package.metadata.android]
android_version = 29
@ -66,7 +66,7 @@ num-derive = "0.3.2"
num-traits = "0.2.12"
paste = "1.0.0"
pretty_env_logger = "0.4.0"
sdl2 = { version = "0.34", optional = true, features = ["unsafe_textures", "bundled", "gfx", "static-link"] }
sdl2 = { version = "0.34", optional = true, features = ["unsafe_textures", "bundled", "static-link"] }
serde = { version = "1", features = ["derive"] }
serde_derive = "1"
serde_yaml = "0.8"