0.1.0-0-pre.7
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# file: crates/engines/engine-v1-sdl/Cargo.toml
|
||||
# version: 4
|
||||
# version: 5
|
||||
|
||||
[package]
|
||||
name = "engine-v1-sdl"
|
||||
@@ -12,9 +12,14 @@ publish.workspace = true
|
||||
|
||||
[dependencies]
|
||||
engine-v1-common = { path = "../engine-v1-common" }
|
||||
sdl3 = { workspace = true, features = ["use-pkg-config"] }
|
||||
tracing.workspace = true
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
sdl3.workspace = true
|
||||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies]
|
||||
sdl3 = { workspace = true, features = ["use-pkg-config"] }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user