Skip to content

Commit 7939dd6

Browse files
authored
Update Package.toml
1 parent 2ffac91 commit 7939dd6

File tree

1 file changed

+22
-15
lines changed

1 file changed

+22
-15
lines changed

Package.toml

+22-15
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1-
# package configurations
2-
[package]
3-
# package name
4-
name = "egui"
1+
# vault configurations
2+
[meta]
3+
# friendly name
4+
title = "EGUI"
55
# contributors
6-
author = ""
6+
author = "nanos™"
77
# version
8-
version = "1.0.2"
9-
# image URL
10-
image = ""
11-
# package type: 'script' (normal package), 'game-mode' (unique package - can only load one at a time) or 'loading-screen' (special package loaded in loading screen)
12-
type = "script"
13-
# whether to force the custom map Script to do not load
14-
force_no_map_script = false
8+
version = "1.0.4"
9+
10+
# script configurations
11+
[script]
12+
# whether to force the custom map package to do not load
13+
force_no_map_package = false
1514
# auto destroy all entities spawned by this package when it unloads
16-
auto_cleanup = true
15+
auto_cleanup = true
16+
# whether to load all level entities on client - only enable it if your package needs to use level static meshes entities
17+
load_level_entities = false
18+
# the game version (major.minor) at the time this package was created, for granting compatibility between breaking changes
19+
compatibility_version = "1.36"
1720
# packages requirements
1821
packages_requirements = [
19-
22+
2023
]
2124
# asset packs requirements
2225
assets_requirements = [
23-
26+
27+
]
28+
# compatible game modes
29+
compatible_game_modes = [
30+
2431
]

0 commit comments

Comments
 (0)