added wasm port
This commit is contained in:
18
rdraught-sdl/Cargo.toml
Normal file
18
rdraught-sdl/Cargo.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[package]
|
||||
name = "rdraught-sdl"
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
rust-version.workspace = true
|
||||
version.workspace = true
|
||||
|
||||
# [lib]
|
||||
# crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
[dependencies.sdl3]
|
||||
workspace = true
|
||||
features = ["build-from-source-static"]
|
Reference in New Issue
Block a user