mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 14:28:11 +08:00
Move shader entrypoints to separate crate (#3157)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "graphene-raster-nodes-shaders-entrypoint"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
description = "graphene raster nodes shaders entrypoint"
|
||||
authors = ["Graphite Authors <contact@graphite.rs>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib", "dylib"]
|
||||
|
||||
[dependencies]
|
||||
graphene-raster-nodes = { path = "../..", default-features = false }
|
||||
@@ -0,0 +1,2 @@
|
||||
#![no_std]
|
||||
pub use graphene_raster_nodes::*;
|
||||
Reference in New Issue
Block a user