class

OpenGLBindingGenerator::ShardDependency

Inherits Reference < Object

Information about a dependency on another Crystal Shard.

Constructors

new(name : String, source : Source, path : String, attributes : Hash(Symbol, String) = {} of Symbol => String)

Creates the dependency.

Source

Instance methods

to_yaml(builder : YAML::Nodes::Builder)

Produces the YAML structure for the dependency.

Source

Nested types