Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI 0.11
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Forks
Kayak UI 0.11
Commits
91812605
Commit
91812605
authored
3 years ago
by
MrGVSV
Browse files
Options
Downloads
Patches
Plain Diff
Documented top-level modules
parent
753a7118
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib.rs
+4
-0
4 additions, 0 deletions
src/lib.rs
with
4 additions
and
0 deletions
src/lib.rs
+
4
−
0
View file @
91812605
#![feature(doc_auto_cfg)]
#![feature(doc_auto_cfg)]
/// The core of Kayak UI, containing all required code
pub
mod
core
{
pub
mod
core
{
pub
use
kayak_core
::
*
;
pub
use
kayak_core
::
*
;
pub
use
kayak_render_macros
::{
pub
use
kayak_render_macros
::{
...
@@ -7,14 +8,17 @@ pub mod core {
...
@@ -7,14 +8,17 @@ pub mod core {
};
};
}
}
/// Contains code related to loading and reading fonts in Kayak UI
#[cfg(feature
=
"bevy_renderer"
)]
#[cfg(feature
=
"bevy_renderer"
)]
pub
mod
font
{
pub
mod
font
{
pub
use
kayak_font
::
*
;
pub
use
kayak_font
::
*
;
}
}
/// Bevy-specific code for Bevy integration
#[cfg(feature
=
"bevy_renderer"
)]
#[cfg(feature
=
"bevy_renderer"
)]
pub
mod
bevy
{
pub
mod
bevy
{
pub
use
bevy_kayak_ui
::
*
;
pub
use
bevy_kayak_ui
::
*
;
}
}
/// A convenient collection of built-in widgets
pub
mod
widgets
;
pub
mod
widgets
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment