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
13670c2a
Commit
13670c2a
authored
3 years ago
by
MrGVSV
Browse files
Options
Downloads
Patches
Plain Diff
Formatting
parent
27b1f3da
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bevy_kayak_ui/src/render/unified/pipeline.rs
+1
-1
1 addition, 1 deletion
bevy_kayak_ui/src/render/unified/pipeline.rs
kayak_core/src/styles/mod.rs
+4
-4
4 additions, 4 deletions
kayak_core/src/styles/mod.rs
with
5 additions
and
5 deletions
bevy_kayak_ui/src/render/unified/pipeline.rs
+
1
−
1
View file @
13670c2a
...
...
@@ -37,9 +37,9 @@ use kayak_font::{
KayakFont
,
};
use
kayak_core
::
styles
::
Corner
;
use
super
::{
Dpi
,
UNIFIED_SHADER_HANDLE
};
use
crate
::{
render
::
ui_pass
::
TransparentUI
,
WindowSize
};
use
kayak_core
::
styles
::
Corner
;
pub
struct
UnifiedPipeline
{
view_layout
:
BindGroupLayout
,
...
...
This diff is collapsed.
Click to expand it.
kayak_core/src/styles/mod.rs
+
4
−
4
View file @
13670c2a
...
...
@@ -28,8 +28,8 @@ pub enum StyleProp<T: Default + Clone> {
}
impl
<
T
>
Default
for
StyleProp
<
T
>
where
T
:
Default
+
Clone
,
where
T
:
Default
+
Clone
,
{
fn
default
()
->
Self
{
Self
::
Unset
...
...
@@ -37,8 +37,8 @@ impl<T> Default for StyleProp<T>
}
impl
<
T
>
StyleProp
<
T
>
where
T
:
Default
+
Clone
,
where
T
:
Default
+
Clone
,
{
pub
fn
resolve
(
&
self
)
->
T
{
match
self
{
...
...
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