mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
19 lines
457 B
TOML
19 lines
457 B
TOML
[package]
|
|
name = "graphene-hash"
|
|
description = "CacheHash trait and derive macro for cache invalidation hashing in Graphite"
|
|
version.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
publish.workspace = true
|
|
|
|
[features]
|
|
default = ["std"]
|
|
std = []
|
|
derive = ["graphene-hash-derive"]
|
|
|
|
[dependencies]
|
|
graphene-hash-derive = { path = "derive", optional = true }
|
|
glam = { workspace = true }
|