Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI
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
Commits
6ad517ec
Commit
6ad517ec
authored
2 years ago
by
John Mitchell
Browse files
Options
Downloads
Patches
Plain Diff
More changes to cargo for release.
parent
67f792ce
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Cargo.toml
+1
-1
1 addition, 1 deletion
Cargo.toml
kayak_font/Cargo.toml
+2
-1
2 additions, 1 deletion
kayak_font/Cargo.toml
kayak_ui_macros/Cargo.toml
+1
-1
1 addition, 1 deletion
kayak_ui_macros/Cargo.toml
out.log
+0
-0
0 additions, 0 deletions
out.log
with
4 additions
and
3 deletions
Cargo.toml
+
1
−
1
View file @
6ad517ec
...
...
@@ -8,7 +8,7 @@ authors = ["John Mitchell"]
homepage
=
"https://github.com/StarArawn/kayak_ui"
repository
=
"https://github.com/StarArawn/kayak_ui"
license-file
=
"LICENSE"
exclude
=
[
"assets/*"
,
"screenshots/*"
]
exclude
=
[
"assets/*"
,
"screenshots/*"
,
"book"
]
[workspace]
members
=
[
"kayak_ui_macros"
,
"kayak_font"
]
...
...
This diff is collapsed.
Click to expand it.
kayak_font/Cargo.toml
+
2
−
1
View file @
6ad517ec
...
...
@@ -3,11 +3,12 @@ name = "kayak_font"
description
=
"An SDF font renderer for Kayak UI and the Bevy game engine"
version
=
"0.1.0"
edition
=
"2021"
resolver
=
"2"
authors
=
[
"John Mitchell"
]
homepage
=
"https://github.com/StarArawn/kayak_ui"
repository
=
"https://github.com/StarArawn/kayak_ui"
license-file
=
"../LICENSE"
exclude
=
[
"assets/*"
,
"screenshots/*"
]
exclude
=
[
"assets/*"
]
[features]
default
=
[
"bevy_renderer"
]
...
...
This diff is collapsed.
Click to expand it.
kayak_ui_macros/Cargo.toml
+
1
−
1
View file @
6ad517ec
...
...
@@ -3,11 +3,11 @@ name = "kayak_ui_macros"
description
=
"A proc macro library that provides RSX like syntax for Kayak UI."
version
=
"0.1.0"
edition
=
"2021"
resolver
=
"2"
authors
=
[
"John Mitchell"
]
homepage
=
"https://github.com/StarArawn/kayak_ui"
repository
=
"https://github.com/StarArawn/kayak_ui"
license-file
=
"../LICENSE"
exclude
=
[
"assets/*"
,
"screenshots/*"
]
[lib]
proc-macro
=
true
...
...
This diff is collapsed.
Click to expand it.
out.log
deleted
100644 → 0
NaN GiB (NaN%)
View file @
67f792ce
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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