Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bevy Sprite Animations
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
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 Sprite Animations
Commits
6135c568
Verified
Commit
6135c568
authored
2 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Advent -> Banimate
parent
1d437441
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/lib.rs
+3
-3
3 additions, 3 deletions
src/lib.rs
with
3 additions
and
3 deletions
src/lib.rs
+
3
−
3
View file @
6135c568
...
...
@@ -9,8 +9,8 @@ mod plugin {
use
crate
::
loader
;
pub
struct
AdventA
nimat
ions
Plugin
;
impl
PluginGroup
for
AdventA
nimat
ions
Plugin
{
pub
struct
Ba
nimat
e
Plugin
Group
;
impl
PluginGroup
for
Ba
nimat
e
Plugin
Group
{
fn
build
(
&
mut
self
,
group
:
&
mut
PluginGroupBuilder
)
{
group
.add
(
super
::
systems
::
AnimationSystemsPlugin
);
#[cfg(any(feature
=
"json_loader"
,
feature
=
"toml_loader"
))]
...
...
@@ -19,4 +19,4 @@ mod plugin {
}
}
pub
use
plugin
::
AdventA
nimat
ions
Plugin
;
pub
use
plugin
::
Ba
nimat
e
Plugin
Group
;
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