20 lines
481 B
TOML
20 lines
481 B
TOML
name = "fortran-mmo-client"
|
|
version = "0.1.0"
|
|
license = "license"
|
|
author = "zongor"
|
|
maintainer = "admin@alfrescocavern.com"
|
|
copyright = "Copyright 2023, zongor"
|
|
[build]
|
|
link = ["libdill", "raylib"]
|
|
auto-executables = true
|
|
auto-tests = true
|
|
auto-examples = true
|
|
module-naming = false
|
|
[install]
|
|
library = false
|
|
[fortran]
|
|
implicit-typing = false
|
|
implicit-external = false
|
|
source-form = "free"
|
|
[dependencies]
|
|
json-fortran = { git = "https://github.com/jacobwilliams/json-fortran.git" } |