-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathceramic.yml
70 lines (50 loc) · 1.52 KB
/
ceramic.yml
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
69
70
app:
package: theKeyboardEditor.editor
name: theKeyboardEditor
displayName: theKeyboardEditor
author: theKeyboardEditor Contributors
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
- json2object: git:https://github.com/elnabo/json2object.git
- hxjsonast: 1.1.0:https://github.com/nadako/hxjsonast.git
- cloner: git:https://github.com/l0go/cloner.git
defines:
- ceramic_no_skip
- message.reporting: pretty
- no_filter_root