0.1.0-0-pre.7

This commit is contained in:
2026-09-16 09:29:19 +02:00
parent fa4e2925bd
commit 98b830da6e
18 changed files with 434 additions and 20 deletions

View File

@@ -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