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