This introduces the crate wutil-rs, which is intended to be the destination for migrating the API of WINGs/WINGs/WUtil.h to Rust.
8 lines
97 B
TOML
8 lines
97 B
TOML
[package]
|
|
name = "wutil-rs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["staticlib"]
|