Skip to content

Commit ff06e5a

Browse files
committed
migrate to 0.29
1 parent f016d4a commit ff06e5a

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

Samples/Animation/AttractorMotion/AttractorMotion.unoproj

+2-21
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,8 @@
11
{
22
"InternalsVisibleTo": [],
33
"Packages": [
4-
"Experimental.Http",
5-
"Fuse.Android",
6-
"Fuse.Animations",
7-
"Fuse.BasicTheme",
8-
"Fuse.Controls",
9-
"FuseCore",
10-
"Fuse.Designer",
11-
"Fuse.Desktop",
12-
"Fuse.Drawing",
13-
"Fuse.Drawing.Planar",
14-
"Fuse.Drawing.Primitives",
15-
"Fuse.Effects",
16-
"Fuse.Elements",
17-
"Fuse.Entities",
18-
"Fuse.Gestures",
19-
"Fuse.iOS",
20-
"Fuse.Motion",
21-
"Fuse.Navigation",
22-
"Fuse.Reactive",
23-
"Fuse.Shapes",
24-
"Fuse.Triggers",
4+
"Fuse",
5+
"FuseJS",
256
],
267
"Projects": [],
278
"Includes": [

Samples/Animation/AttractorMotion/MainView.ux

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<App Theme="Basic" ClearColor="1,1,1,1" ux:Class="MyApp">
1+
<App ClearColor="1,1,1,1" ux:Class="MyApp">
22
<Panel ux:Class="Cell" Margin="20" Padding="10">
33
<Rectangle CornerRadius="10" Layer="Background" Color="#EEF"/>
44
</Panel>

0 commit comments

Comments
 (0)