Add initial prototype.
This commit is contained in:
16
3-mid/physics/implement/libbullet/libbullet-external.toml
Normal file
16
3-mid/physics/implement/libbullet/libbullet-external.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
name = "libbullet"
|
||||
description = "Bullet physics library."
|
||||
website = "https://pybullet.org"
|
||||
tags = ["physics", "game", "simulation", "robotics"]
|
||||
licenses = "Zlib"
|
||||
|
||||
authors = ["Erwin Coumans"]
|
||||
maintainers = ["Rod Kay <rodakay5@gmail.com>"]
|
||||
maintainers-logins = ["charlie5"]
|
||||
|
||||
[[external]]
|
||||
kind = "system"
|
||||
|
||||
[external.origin.'case(distribution)']
|
||||
'debian|ubuntu' = ["libbullet-dev"]
|
||||
arch = ["bullet"]
|
||||
Reference in New Issue
Block a user