babe 0.1.2

The native integrating rendering engine using vulkan
[package]
name = "babe"
version = {workspace = true}
edition = {workspace = true}
license = {workspace = true}
authors = ["wokame8moku"]
description = "The native integrating rendering engine using vulkan"
keywords = ["vulkan"]
repository = "https://github.com/wokame8moku/babe"

[features]

[dependencies]
babe1 = {workspace = true}
babe2 = {workspace = true}
babe3 = {workspace = true}


[[example]]
name = "rendering_display1"
path = "../examples/rendering/01_window_display.rs"