File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Some more documentation can be found
5050
5151## Migrating from 0.19
5252
53- Version 0.20 is built on Forge2D 0.16 , which replaced the pure Dart port of Box2D 2.x with
53+ Version 0.20 is built on Forge2D 0.15 , which replaced the pure Dart port of Box2D 2.x with
5454bindings for Box2D v3, so the whole API changed. See the [ flame_forge2d migration
5555guide] ( https://docs.flame-engine.org/main/bridge_packages/flame_forge2d/migration.html ) and the
5656[ Forge2D migration
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies:
2020 flame : ^1.38.0
2121 flutter :
2222 sdk : flutter
23- forge2d : ^0.16.0
23+ forge2d : ^0.15.1
2424
2525dev_dependencies :
2626 dartdoc : ^9.0.0
Original file line number Diff line number Diff line change @@ -125,14 +125,3 @@ melos:
125125 packageFilters :
126126 scope : flame_devtools
127127 description : Runs the devtools in the simulated mode.
128-
129- # TODO(spydon): Remove once forge2d 0.16.0 is published.
130- # flame_forge2d needs `initializeForge2D(lengthUnitsPerMeter:)` and
131- # `Tolerances`, which are in flame-engine/forge2d#120 and not in the published
132- # 0.15.0.
133- dependency_overrides :
134- forge2d :
135- git :
136- url : https://github.com/flame-engine/forge2d.git
137- ref : feat/length-units-per-meter
138- path : packages/forge2d
You can’t perform that action at this time.
0 commit comments