This website requires JavaScript.
Explore
Help
Sign In
SeanOMik
/
lyra-engine
Watch
1
Star
0
Fork
You've already forked lyra-engine
0
Code
Issues
5
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
01a74ab9a6
lyra-engine
/
src
/
lib.rs
4 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
Large restructuring so lyra-scripting can create a Plugin
2024-01-05 04:25:29 +00:00
pub
use
lyra_game
::
*
;
Loading textures from gltf blob and gltf.bin's, fix loading multiple meshses in a single model
2023-10-22 02:19:34 +00:00
Large restructuring so lyra-scripting can create a Plugin
2024-01-05 04:25:29 +00:00
#[
cfg(feature =
"
scripting
"
)
]
pub
use
lyra_scripting
::
*
;