-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathceramic.yml
More file actions
69 lines (48 loc) · 1.56 KB
/
ceramic.yml
File metadata and controls
69 lines (48 loc) · 1.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
app:
package: cartographergames.fable-maker
name: fable-maker
displayName: FableMaker
author: Cartographer Games
version: '1.0'
plugins:
# Uncomment plugins you want to enable
# Arcade physics
#- arcade
# Nape physics
#- nape
# Support of .ase/.aseprite files
#- ase
# Sprite support (requires ase plugin to create sprites from .ase/.aseprite files)
#- sprite
# Tilemap support (.tmx/.tsx loading included, requires ldtk plugin to create tilemaps from .ldtk files)
- tilemap
# LDtk support (requires tilemap and ase plugins)
#- ldtk
# HTTP client
#- http
# UI-related classes
#- ui
# Immediate GUI utility (requires ui plugin)
#- elements
# Gif capture utility
#- gif
# Native dialogs
- dialogs
# Extended support of Electron
- electron
# Spine animation support
#- spine
# Dear ImGui support (clay backend only)
#- imgui
# Midi support (experimental, clay backend only)
#- midi
# Add entity runtime scripting support: entity.scriptContent = ...
#- script
libs:
- haxeui-core: git:https://github.com/haxeui/haxeui-core.git
- haxeui-ceramic: git:https://github.com/Jarrio/haxeui-ceramic.git
# - somelib: someversion
#- somelib: git:https://github.com/somelibauthor/somelib.git
defines:
#- some_define
#- some_define: 'some value'