directar 0.1.0

Modular timeline system/framework for Bevy
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "directar"
description = "Modular timeline system/framework for Bevy"
version = "0.1.0"
edition = "2024"
authors = ["Multirious"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Multirious/directar"
homepage = "https://github.com/Multirious/directar"
readme = "README.md"

[dependencies]

[workspace]
members = ["crates/*"]