Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FltkVersion ¶ added in v0.0.6
func FltkVersion() string
FltkVersion [☑]Option
en: Get `fltk` binding version; zh-CN: 获取绑定的`fltk`版本; @return [☑]string en: version string;zh-CN: 版本字符串;
func GetSupportedLibraries ¶
GetSupportedLibraries returns all FLTK static library bundles embedded in this fltk2go module.
Types ¶
type Manifest ¶
type Manifest struct {
Module string `json:"module"`
FLTKVersion string `json:"fltk_version"`
Target struct {
GOOS string `json:"goos"`
OutArch string `json:"out_arch"` // amd64 / arm64 / universal / ...
} `json:"target"`
Build struct {
Toolchain string `json:"toolchain"`
Date string `json:"date"`
GitRev string `json:"git_rev"`
} `json:"build"`
Artifacts struct {
Libs []string `json:"libs"`
HasFlConfig bool `json:"has_fl_config"`
} `json:"artifacts"`
}
Click to show internal directories.
Click to hide internal directories.