Skip to content

Commit

Permalink
Post 12
Browse files Browse the repository at this point in the history
  • Loading branch information
howetuft authored Dec 30, 2024
1 parent e6a83f2 commit db019be
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blender_manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ platforms = ["windows-x64", "macos-arm64", "linux-x64", "macos-x64"]
# # Optional: bundle 3rd party Python modules.
# # https://docs.blender.org/manual/en/dev/advanced/extensions/python_wheels.html
wheels = [
"./wheels/pyluxcore-2.9a1.post11-cp311-cp311-macosx_11_0_arm64.whl",
"./wheels/pyluxcore-2.9a1.post11-cp311-cp311-macosx_10_13_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post11-cp311-cp311-win_amd64.whl",
"./wheels/pyluxcore-2.9a1.post11-cp311-cp311-manylinux_2_28_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post11-cp312-cp312-manylinux_2_28_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post12-cp311-cp311-macosx_11_0_arm64.whl",
"./wheels/pyluxcore-2.9a1.post12-cp311-cp311-macosx_10_13_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post12-cp311-cp311-win_amd64.whl",
"./wheels/pyluxcore-2.9a1.post12-cp311-cp311-manylinux_2_28_x86_64.whl",
"./wheels/pyluxcore-2.9a1.post12-cp312-cp312-manylinux_2_28_x86_64.whl",
]

# # Optional: add-ons can list which resources they will require:
Expand Down

0 comments on commit db019be

Please sign in to comment.