Skip to content

Commit

Permalink
Enabled par feature again
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Nov 3, 2023
1 parent dee4d49 commit f370333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ micromath = { version = "1.1", optional = true }
clipline = "0.1.2"

[features]
default = ["std", "image"]#, "par"]
default = ["std", "image", "par"]
std = ["vek/std"]
libm = ["vek/libm"]
nightly = []
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ thread-based parallelism to accelerate rendering.
- N-dimensional textures and samplers (including support for filtering, clamping, tiling, mirroring, etc.)
- Customisable coordinate space (choose compatibility with OpenGL, Vulkan, DirectX, or Metal)
- Built-in support for index buffers
- MSAA (Multi-Sample Anti-Aliasing)

## Why?

Expand Down

0 comments on commit f370333

Please sign in to comment.