File: build_version.rs

package info (click to toggle)
rust-gdk-sys 0.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 612 kB
  • sloc: makefile: 2; ansic: 1
file content (15 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// This file was generated by gir (https://github.com/gtk-rs/gir)
// from gir-files (https://github.com/gtk-rs/gir-files)
// DO NOT EDIT

pub fn version() -> &'static str {
if cfg!(feature = "v3_24") {
        "3.24"
    } else if cfg!(feature = "v3_22") {
        "3.22"
    } else if cfg!(feature = "v3_20") {
        "3.20"
    } else {
        "3.18"
    }
}