docs.rs failed to build pawkit-0.1.14
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
pawkit-0.1.9
PawKit
PawKit is a mninimal game engine toolkit, written in Rust, with support for C, C++, Godot, and Lua.
In the future PawKit will support C# and Javascript.
Why a monorepo?
A monorepo helps me organize better, and keep everything working with the latest versions of each other.
Notes about Lua bindings
Since Lua doesn't support multithreaded execution, Lua is unable to define logger callbacks, as those callbacks are intended to be accessed from multiple threads.