mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
19 lines
No EOL
572 B
TOML
19 lines
No EOL
572 B
TOML
[package]
|
|
name = "bevy_pbr"
|
|
version = "0.1.0"
|
|
authors = ["Carter Anderson <mcanders1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bevy_app = { path = "../bevy_app" }
|
|
bevy_asset = { path = "../bevy_asset" }
|
|
bevy_type_registry = { path = "../bevy_type_registry" }
|
|
bevy_core = { path = "../bevy_core" }
|
|
bevy_derive = { path = "../bevy_derive" }
|
|
bevy_render = { path = "../bevy_render" }
|
|
bevy_property = { path = "../bevy_property" }
|
|
bevy_transform = { path = "../bevy_transform" }
|
|
bevy_window = { path = "../bevy_window" }
|
|
legion = { path = "../bevy_legion"}
|
|
|
|
glam = "0.8.7" |