19 lines
345 B
TOML
19 lines
345 B
TOML
[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"]
|