Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit ea8b0f7

Browse files
committed
fix: 🐛 Fix minimal unity version
BREAKING CHANGE: Minimum unity version has changed
1 parent f0a1853 commit ea8b0f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Packages/com.careboo.burst-delegates/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "com.careboo.burst-delegates",
33
"displayName": "Burst.Delegates",
44
"version": "2.0.0-pre.1",
5-
"unity": "2020.1",
5+
"unity": "2021.2",
66
"description": "Burst supported delegates for functional-style jobs.\n\nIncludes:\n- Action and Func interface for defining APIs\n- ValueAction and ValueFunc for implementing IAction and IFunc interfaces with structs\n- BurstAction and BurstFunc which is a generic-supported wrapper around FunctionPointer",
77
"dependencies": {
88
"com.unity.burst": "1.5.1"
@@ -11,5 +11,6 @@
1111
"registry": "https://npm.pkg.github.com/@careboo"
1212
},
1313
"repository": "https://github.com/CareBoo/Burst.Delegates",
14-
"type": "library"
15-
}
14+
"type": "library",
15+
"unityRelease": "0a11"
16+
}

0 commit comments

Comments
 (0)