Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Woden on OS X requires a Mac with support for the Metal API.

## Loading Woden

Woden can be loaded in a 64 bits Pharo 9 image by running the following script in a playground:
Woden can be loaded in a 64 bits Pharo 10 image by running the following script in a playground:

```smalltalk
Metacello new
Expand Down
4 changes: 2 additions & 2 deletions tonel/BaselineOfWodenEngine/BaselineOfWodenEngine.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BaselineOfWodenEngine >> baseline: spec [
baseline: #'NeoJSON' with: [
spec repository: 'github://svenvc/NeoJSON:v17/repository' ];
baseline: #'AbstractGPU' with: [
spec repository: 'github://ronsaldo/abstract-gpu/tonel' ];
spec repository: 'github://desromech/abstract-gpu/tonel' ];
baseline: #'AbstractPhysics' with: [
spec repository: 'github://ronsaldo/abstract-physics/tonel' ];
baseline: #'Dastrel' with: [
Expand All @@ -24,7 +24,7 @@ BaselineOfWodenEngine >> baseline: spec [
baseline: #'OpenAL' with: [
spec repository: 'github://ronsaldo/pharo-openal/tonel' ];
baseline: #'Sysmel' with: [
spec repository: 'github://ronsaldo/sysmel' ];
spec repository: 'github://desromech/sysmel-alpha' ];
package: #'WodenEngine-NativeStructures' with: [
spec requires: #(#'Sysmel')];
package: #'WodenEngine-NativeDastrelBindings' with: [
Expand Down