Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/tools/build-easefunction-graphs/Cargo.toml
6592 views
1
[package]
2
name = "build-easefunction-graphs"
3
edition = "2024"
4
description = "Tool that generates a svg for each EaseFunction to be included in the docs"
5
publish = false
6
license = "MIT OR Apache-2.0"
7
8
[dependencies]
9
bevy_math = { path = "../../crates/bevy_math" }
10
svg = "0.18.0"
11
12
[lints]
13
workspace = true
14
15