Move shader entrypoints to separate crate (#3157)

This commit is contained in:
Timon
2025-09-10 10:20:45 +00:00
committed by GitHub
parent 50be13522b
commit 9411612d7f
7 changed files with 27 additions and 5 deletions
-3
View File
@@ -6,9 +6,6 @@ description = "graphene raster data format"
authors = ["Graphite Authors <contact@graphite.rs>"]
license = "MIT OR Apache-2.0"
[lib]
crate-type = ["rlib", "dylib"]
[lints]
workspace = true