mirror of
https://github.com/griffi-gh/hUI.git
synced 2024-11-21 22:58:42 -06:00
add include
This commit is contained in:
parent
1e69e8fc82
commit
8d4995609c
|
@ -7,6 +7,11 @@ version = "0.0.1"
|
|||
edition = "2021"
|
||||
license = "GPL-3.0-or-later"
|
||||
publish = true
|
||||
include = [
|
||||
"shaders/**/*",
|
||||
"src/**/*.rs",
|
||||
"Cargo.toml",
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
hui = { version = "=0.0.1", path = "../hui", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue