mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
ee3cc8ca86
# Objective - Fix compilation issue with wrongly specified glam version - bevy uses `Vec2::INFINITY`, depends on `0.24` (equivalent to `0.24.0`) yet it was only introduced in version `0.24.1` Context: https://discord.com/channels/691052431525675048/692572690833473578/1146586570787397794 ## Solution - Bump glam version.
17 lines
570 B
TOML
17 lines
570 B
TOML
[package]
|
|
name = "bevy_mikktspace"
|
|
version = "0.12.0-dev"
|
|
edition = "2021"
|
|
authors = ["Benjamin Wasty <benny.wasty@gmail.com>", "David Harvey-Macaulay <alteous@outlook.com>", "Layl Bongers <LaylConway@users.noreply.github.com>"]
|
|
description = "Mikkelsen tangent space algorithm"
|
|
documentation = "https://docs.rs/bevy"
|
|
homepage = "https://bevyengine.org"
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
license = "Zlib AND (MIT OR Apache-2.0)"
|
|
keywords = ["bevy", "3D", "graphics", "algorithm", "tangent"]
|
|
|
|
[dependencies]
|
|
glam = "0.24.1"
|
|
|
|
[[example]]
|
|
name = "generate"
|